@charset "utf-8";
/* CSS Document */
/*__________PC css样式__________*/
* {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  text-decoration: none;
  outline: none;
  font-family: 'Microsoft Yahei', "微软雅黑", "宋体", "Arial";
  font-style: normal;
  box-sizing: content-box;
  word-break: break-all;
}

a:focus{outline:none;}

html, body {
  background: #F4F4F4
}

a {
  text-decoration: none !important
}

a:hover {
  text-decoration: none !important
}

.part1, .special, .information, .mainbtm {
  background: #FFFFFF;
}

.part1 {
  padding: 0 20px;
}


.main {
  width: 100%;
}



/* 主体内容顶部 */
.part1 {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #FFFFFF;
  width: 1060px;
  margin: 0 auto
}

/*头条有为空可能*/
.topshow {
  overflow: hidden
}

.banner {
  width: 640px;
  height: 360px;
  overflow: hidden;
  float: left;
}

.picScroll-left {
  width: 640px;
  overflow: hidden;
  position: relative;
}

.picScroll-left .hd {
  overflow: hidden;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 9px;
  z-index: 99
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  display: none
}

.picScroll-left .hd .next {
  background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}

.picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .hd ul li {
  float: left;
  width: 22px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: url(dot.png) no-repeat center center;
}

.picScroll-left .hd ul li.on {
  background: url(dotcur.png) no-repeat center center;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative
}

.picScroll-left .bd ul li .pic {
  width: 640px;
  text-align: center;
  background: #f5f5f5;
}

.picScroll-left .bd ul li .pic img {
  height: 360px;
  display: block;
  margin: 0 auto;
}

.picScroll-left .bd ul li .title {
  line-height: 40px;
  background: url(titbg.png) repeat-x left center;
  width: 621px;
  padding-left: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left
}

.picScroll-left .bd ul li .title a {
  color: #FFFFFF;
  width: 75%;
}

/*图片轮播*/

#toptab .tablist li{
  padding: 0;
  margin-left: 20px;
}

#toptab .tablist li:first-child {
  margin-left: 0;
}

.toptab {
  width: 396px;
  height: 360px;
  overflow: hidden;
  float: right;
}

.tabtop {
  height: 37px;
  border-bottom: #CFCFCF 1px solid;
  overflow: hidden;
  position: relative
}

.tablist {
  width: 100%;
  overflow: hidden;
}

.tablist li {
  margin-left: 5px;
  float: left;
  padding: 0 12px;
  font-weight: bold;
}

.tablist li:first-child {
  margin-left: 0;
}

.tablist li a {
  color: #333333;
  font-size: 17px;
  line-height: 34px
}

.tablist li.on {
  border-bottom: #0051a7 3px solid;
}

.tablist li.on a {
  color: #0051a7;
  display: block
}

.morelist {
  position: absolute;
  right: 0;
  bottom: 0
}

.morelist li {
  display: none
}

.morelist li.on {
  display: block
}

.morelist li a {
  color: #999999;
  font-size: 15px;
  line-height: 33px;
  display: block
}

.morelist li a:hover {
  color: #0051a7;
}

.showlist {
  padding-top: 9px
}

.showlist li {
  background: url(listdot.png) no-repeat left center;
  padding-left: 12px;
  line-height: 29px;
  overflow: hidden
}



.showlist li a {
  font-size: 15px;
  color: #1b1b1b;
}

.showlist li a:hover {
  color: #0051a7;
}

.toptab .showlist li a {
  width: 100%
}

.toptab .showlist li a:hover {
  color: #0051a7;
}

.information .showlist li a {
  width: 80%;
  float: left
}

.showlist li span {
  float: right;
  color: #999999;
  font-size: 14px;
}

.showlist p {
  display: none
}

.tabshow ul {
  display: none
}

.tabshow ul.on {
  display: block
}

/*右侧tab切换*/
.information, .mainbtm {
  margin-top: 18px;
  overflow: hidden
}

.col {
  height: 51px;
  line-height: 51px;
  border-bottom: #E3E3E3 1px solid;
}

.coluname {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 17px;
  font-weight: bold;
  color: #0051A7 !important;
}

.colmore {
  float: right;
  font-size: 14px;
  color: #999999
}

.colmore:hover {
  color: #0051a7!important;
}

.specialScroll-left {
  width: 1100px;
  overflow: hidden;
  position: relative;
  margin: 9px auto 0;
  padding-bottom: 9px;
}

.specialScroll-left .hd {
  overflow: hidden;
  height: 37px;
  position: absolute;
  bottom: 0;
  right: 9px;
  z-index: 99999;
  display: none
}

.specialScroll-left .prev, .specialScroll-left .next {
  display: block;
  width: 17px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -17px;
}

.specialScroll-left .prev {
  left: 0;
  background: url(last.png) no-repeat left center
}

.specialScroll-left .next {
  background: url(next.png) no-repeat left center;
  right: 0 !important
}

.specialScroll-left .hd .prevStop {
  background-position: -60px 0;
}

.specialScroll-left .hd .nextStop {
  background-position: -60px -50px;
}

.specialScroll-left .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}

.specialScroll-left .hd ul li {
  float: left;
  width: 22px;
  height: 37px;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
  background: url(dot.png) no-repeat center center;
}

.specialScroll-left .hd ul li.on {
  background: url(dotcur.png) no-repeat center center;
}

.specialScroll-left .bd {
  width: 1011px;
  margin: 0 auto;
  overflow: hidden
}

.specialScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.specialScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  position: relative;
  margin-right: 20px
}

.specialScroll-left .bd ul li .pic {
  text-align: center;
}

.specialScroll-left .bd ul li .pic img {
  width: 323px;
  height: 92px;
  display: block;
}

.specialScroll-left .bd ul li .title {
  line-height: 37px;
  background: url(titbg.png) repeat-x left center;
  width: 500px;
  padding-left: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left
}

.specialScroll-left .bd ul li .title a {
  color: #FFFFFF;
}

.special .col {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  border: none;
  background: url(specialline.png) no-repeat center center
}

.special .coluname {
  background-color: white;
  color: #333333 !important;
}

/*专题专栏*/


.information {
  border-bottom: #DBDBDB 1px solid;
  border-top: #DBDBDB 1px solid
}

.informationshow {
  width: 1100px;
  overflow: hidden;
  height: 300px;
  margin: 0 auto;
}

.informationleft {
  width: 658px;
  height: 291px;
  float: left;
}

.informationleft .col {
  height: 64px;
  line-height: 64px;
}


.informationleft .tablist li.on a{ color:#0051a7; font-weight:normal;}
.informationleft .tabtop{border-bottom:none; height:40px; padding-top:10px}
.informationleft .tablist li{ padding:0 20px; margin:0; float:left; background:url(informationline.png) no-repeat left center}
.informationleft .tablist li:first-child{ padding-left:0; background:none}
.informationleft .showlist{ padding-top:0}
.informationleft .tablist li.on {
  border-bottom: 0;
}
.informationleft .tablist li.on a {
  font-weight: 600!important;
}

.informationleft .showlist li {
  line-height: 37px;
}


.informationright {
  width: 658px;
  height: 82px;
}

.informationright .col {
  border-bottom: none;
  line-height: 60px
}

/*信息公开左侧*/
.disclosure {
  height: 82px;
  margin-top: 14px;
  padding: 0 0 0 32px;
  background: #FFFFFF
}

.disclosurelist {
  overflow: hidden
}

.disclosurelist li {
  height: 37px;
  width: 33.3333%;
  float: left;
  line-height: 46px;
  overflow: hidden
}

.disclosurelist li:first-child {
  border: none
}

.disclosurelist li a {
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  display: block;
  width: 95%;
  overflow: hidden;
  text-align: left;
}

.disclosurelist li a:hover {
  color: #0051a7;
}

.disclosurelist li img {
  vertical-align: middle;
  margin-right: 16px
}

.informationtwo {
  background: none;
  border: none;
  margin-top: 0;
}

.informationtwo .informationshow {
  height: 440px;
}

.informationtwo .col {
  height: 37px;
  line-height: 37px;
  padding-top: 18px;
}

.informationtwo .coluname {
  color: #333333!important;
}

.informationtwo .informationleft .tabtop {
  border-bottom: none;
  height: 37px;
  padding-top: 18px;
}

.informationtwo .informationleft .tablist li {
  background: #1B71B9;
  height: 37px;
  margin-left: 15px;
  padding: 0
}

.informationtwo .informationleft {
  height: 458px;
}

.informationtwo .informationleft .tablist li:first-child {
  padding-left: 0;
  margin-left: 0
}

.informationtwo .informationleft .tablist li.on {
  background: #0651A5
}

.informationtwo .informationleft .tablist li a {
  padding: 0 45px;
  text-align: center;
  line-height: 37px;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
}

.informationtwo .informationleft .showlist li {
  line-height: 32px;
  background: url(listdot.png) no-repeat left center
}

.informationtwo .informationleft .showlist {
  height: 192px;
  overflow: hidden
}

#hysjtj a{
  padding: 0 45px 0 46px;
}

/*信息公开专栏*/

#informationleft2 .showlist {
  padding-top: 9px;
}

.mainbtm {
  overflow: hidden
}

.btmleft {
  width: 414px;
  height: 321px;
  float: right;
  overflow: hidden
}

.btmleft .col {
  height: 64px;
  line-height: 64px;
  border: none
}

.leftlist {
  overflow: hidden;
}

.leftlist li {
  width: 394px;
  height: 53px;
  padding-left: 18px;
  border: #C6CFD4 1px solid;
  background: #F8FCFF;
  vertical-align: middle;
  margin-bottom: 22px;
}

.leftlist li a {
  display: block;
  height: 100%;
  width: 90%;
  overflow: hidden;
  line-height: 53px;
  font-size: 15px;
  color: #333333;
  padding-left: 41px;
}

.leftlist li a:hover {
  color: #0651A5
}

.leftlist li img {
  vertical-align: middle;
  margin-right: 12px
}

/*办事服务*/
.btmright {
  width: 414px;
  height: 458px;
  float: right;
  overflow: hidden
}

/*图片轮播*/

.public {
  margin-top: 18px;
  width: 414px;
  height: 334px;
  background-color: white;
}

.public-item{
  float: left;
  display: inline-block;
  width: 206px;
  height: 110px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 110px;
  text-align: center;
}

.public-item__right {
  border-left: 1px solid #e0e0e0;
}

.public-item__bottom {
  border-bottom: none;
}

.public-item a {
  position: relative;
  display: block;
  width: 206px;
  height: 110px;
  line-height: 110px;
}

.public-item img{
  position: relative;
  margin-right: 15px;
}

.public-item span {
  font-size: 15px;
  color: #333333;
}

.public-item:hover span {
  color: #0051a7;
}

/*公众参与*/
.linkbg {
  background: #FFFFFF;
  padding: 18px 0
}

.link {
  width: 1100px;
  height: 32px;
  margin: 0 auto;
}

.link p {
  font-size: 16px;
  color: #015193;
  float: left;
  height: 32px;
  line-height: 32px;
}

.linklist {
  height: 32px;
}

.linklist li {
  width: 311px;
  height: 32px;
  line-height: 32px;
  background: #F4F4F4;
  float: left;
  margin-left: 18px;
  padding-left: 14px
}

.linklist li a {
  color: #666;
  font-size: 13px;
  display: block;
  vertical-align: middle
}

.linklist li img {
  margin-right: 13px;
  vertical-align: middle
}

.linklist li.select {
  position: relative
}

.linklist li.select > a {
  width: 302px;
  background: url(select.png) no-repeat right center;
  cursor: pointer
}

.hover-content {
  width: 1100px;
  height: 133px;
  position: absolute;
  bottom: 37px;
  right: 0;
  background: #FFFFFF;
  overflow: auto;
  display: none
}

.hover-content{ width:320px; max-height:150px; position:absolute; top:35px; right:0; overflow:hidden; overflow-y:auto; display:none; background:#f5f5f5; box-sizing:border-box; padding:0 15px}
.hover-content ul li{ float:none; margin:0 ; padding:0;width: auto;border-bottom: 1px dashed #dcdcdc;}

/*相关链接*/


.adv-container { /* 系统自带飘窗 */
  z-index: 999;
}

/* 飘窗 */
.flyWindow {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 200px;
  height: 159px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.flyWindow .hd {
  display: none;
}

.flyWindow .picList li {
  padding: 10px;
}

.flyWindow .picList img{
  width: 180px;
  height: 116px;
}

.flyWindow .picList .title{
  font-size: 15px;
  margin-top: 5px;
}

.flyWindow .picList .title a {
  color: #1b1b1b;
}

.flyWindow .picList .title a:hover {
  color: #1b1b1b;
}

@media screen and (max-width: 1100px) and (min-width: 870px) {

  .part1 {
    width: 100%;
    box-sizing: border-box;
  }


  /* 第一模块 */
  .banner {
    width: 58%;
  }

  .picScroll-left {
    width: 100%;
  }

  .toptab {
    width: 38%;
  }

  #toptab .showlist li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  /* 第二第三模块及其通用 */
  .informationshow {
    width: 100%;
  }

  .informationleft {
    width: 60%;
  }

  .informationleft .col {
    margin-left: 20px;
  }

  .information .showlist li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .btmleft {
    width: 37%;
  }

  .btmleft .col {
    margin-right: 20px;
  }

  .leftlist li {
    width: auto;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 25px;
  }

  .leftlist li a {
    padding-left: 20px;
  }


  /* 政务公开 */
  .informationleft .tabtop {
    padding-left: 20px;
  }

  .informationleft .tablist li {
    margin-left: 5px;
  }

  .informationleft .showlist {
    margin-left: 20px;
  }

  .disclosure {
    margin-left: 20px;
  }

  /* 公众参与 */
  .informationright {
    width: 100%;
  }

  .btmright {
    width: 37%;
  }

  .btmright .col {
    margin-right: 20px;
  }

  .publicleft {
    width: 100%;
  }

  .publicleft .showlist li {
    margin-right: 20px;
  }

  .publicleft .showlist li a {
    width: 70%;
  }


  /* 专题轮播图 */
  .special .col {
    width: 100%;
  }

  .specialScroll-left {
    width: 100%;
  }

  .specialScroll-left .next {
    right: 20px !important;
  }

  .specialScroll-left .prev {
    left: 20px !important;
  }

  .specialScroll-left .bd {
    width: 90%;
  }

  .specialScroll-left .bd ul li .pic img {
    width: auto;
  }

  /* 友情链接 */
  .link {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .linklist li {
    width: 28%;
    margin-left: 1%;
  }

  .linklist li.select > a {
    width: 97%;
  }

  .hover-content {
    width: 100%;
  }


  /* 各管局特殊样式 */
  .public {
    width: 95%;
  }

  .public-item {
    width: 49%;
  }

  .public-item a {
    width: 100%;
  }

  .public-item a img {
    margin-left: 0!important;
  }

}

/*本css为移动端css样式，基于flexble插件；换算比例为75px=1rem*/


@media screen and (max-width: 768px) {
  html, body {
    min-width: auto;
    overflow-x: hidden
  }
  
  img {
    vertical-align: top;
  }
  
  .breakword {
    display: block;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  
  /*导航结束*/
  .main {
    width: 100%;
  }
  
  .maintit {
    display: none
  }
  
  .mainTopTitle {
    display: none;
  }
  
  .part1 {
    padding: 0;
    width: 100%
  }
  
  .part1 {
    padding-bottom: 0;
    background: none
  }
  
  
  .part1 .topshow {
    width: 100%;
  }
  

  
  /*头条有为空可能*/
  .topshow {
    overflow: hidden
  }
  
  .banner {
    width: 100vw;
    float: none;
    height: 225px
  }
  
  .picScroll-left {
    width: 100vw;
  }
  
  .picScroll-left {
    position: relative;
    overflow: hidden;
    margin: 0;
    max-width: 100vw; /* 设置焦点图最大宽度 */
  }
  
  .picScroll-left .hd {
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    right: 8px;
    z-index: 1;
  }
  
  .picScroll-left .hd li {
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #333;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
  }
  
  .picScroll-left .hd li.on {
    background: #fff;
  }
  
  .picScroll-left .bd {
    position: relative;
    z-index: 0;
  }
  
  .picScroll-left .bd li {
    position: relative;
    text-align: center;
  }
  
  .picScroll-left .bd li img {
    vertical-align: top; /* 图片宽度100%，达到自适应效果 */
  }
  
  .picScroll-left .bd ul li .pic img {
    height: 225px;
  }
  
  .picScroll-left .hd ul li {
    float: left;
    width: 13px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url(dot.png) no-repeat center center;
    background-size: 8px 8px;
    height: auto;
  }
  
  .picScroll-left .hd ul li.on {
    background-size: 8px 8px;
  }
  
  .picScroll-left .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  /* 去掉链接触摸高亮 */
  .picScroll-left .bd ul li .title {
    line-height: 40px;
    background: url(titbg.png) repeat-x left center;
    background-size: auto 100%;
    width: 100%;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    font-size: 14px;
  }
  
  /*图片轮播*/
  .toptab {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    background: #FFFFFF;
    margin-top: 11px
  }
  
  .tabtop {
    height: 40px;
    border-bottom: none;
    padding: 10px 0!important;
    position: relative
  }
  
  .tablist {
    width: 100%;
    overflow: hidden;
    position: static;
  }
  
  .tablist li {
    padding: 0;
    height: 40px;
    float: left;
    background: url(navline.png) no-repeat left center;
    background-size: 1px auto;
    margin: 0;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .tablist li:first-child {
    padding-left: 0;
    background: none
  }
  
  .tablist li a {
    font-size: 18px;
    line-height: 36px;
    display: block;
    font-weight: bold;
  }
  
  .tablist li.on {
    border-bottom: #0051a7 2px solid;
  }
  
  .tablist li.on a {
    color: #0051a7;
    display: inline-block;
  }
  
  .morelist {
    display: none
  }
  
  .showlist {
    padding-top: 0px;
  }
  
  
  .informationleft .showlist li, .informationleft .showlist li, .informationtwo .informationleft .showlist li, .showlist li {
    min-height: 16px;
    background: url(moblistdot.png) no-repeat 17px 14px;
    line-height: 1.5;
    overflow: hidden;
    padding: 4px 16px 4px 32px;
    box-sizing: border-box;
    text-align: justify;
    width: 100vw;
    background-size: 4px;
    margin-bottom: 4px;
  }
  
  .showlist li a {
    display: block;
    font-size: 15px;
    color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .showlist li span {
    font-size: 15px;
    /*line-height: 28px;*/
  }
  
  .information .showlist li a {
    width: 74%;
  }
  
  .showlist p {
    display: block;
    width: 213px;
    height: 32px;
    margin: 16px auto;
    background: url(mobilemore.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center
  }
  
  .showlist p a {
    display: block;
    width: 213px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #FFFFFF
  }
  

  
  /*右侧tab切换*/
  .special, .information, .mainbtm {
    margin-top: 11px;
    overflow: hidden
  }
  
  .col {
    height: 48px !important;
    line-height: 48px !important;
    border-bottom: none;
    padding: 0 16px;
  }
  
  .coluname {
    font-size: 17px;
    color: #0051a7 !important;
    font-weight: bold;
    float: left;
    background: none;
    margin-top: 5px;
    line-height: 42px;
  }
  
  .colmore {
    float: right;
    font-size: 16px;
    color: #999999
  }
  
  .information > .col {
    display: none
  }
  
  .special {
    padding-bottom: 12px
  }
  
  .specialScroll-left {
    width: auto;
    box-sizing: border-box;
    margin: 0 16px;
    height: auto;
  }
  
  .specialScroll-left .hd {
    overflow: hidden;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 99999;
    display: none
  }
  
  .specialScroll-left .prev, .specialScroll-left .next {
    display: block;
    width: 27px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    z-index: 99
  }
  
  .specialScroll-left .prev {
    left: 0;
    background: url(moblast.png) no-repeat left center;
    background-size: 27px 52px;
  }
  
  .specialScroll-left .next {
    background: url(mobnext.png) no-repeat left center;
    right: 0 !important;
    background-size: 27px 52px;
  }
  
  .specialScroll-left .hd .prevStop {
    background-position: -60px 0;
  }
  
  .specialScroll-left .hd .nextStop {
    background-position: -60px -50px;
  }
  
  .specialScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
  }
  
  .specialScroll-left .hd ul li {
    float: left;
    width: 24px;
    height: 40px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    background: url(dot.png) no-repeat center center;
  }
  
  .specialScroll-left .hd ul li.on {
    background: url(dotcur.png) no-repeat center center;
  }
  
  .specialScroll-left .bd {
    width: auto;
    margin: 0 auto;
    overflow: hidden
  }
  
  .specialScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
  }
  
  .specialScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 0
  }
  
  .specialScroll-left .bd ul li .pic {
    text-align: center;
  }
  
  .specialScroll-left .bd ul li .pic img {
    width: 100%;
    display: block;
    height: auto;
  }
  
  .specialScroll-left .bd ul li .title {
    line-height: 40px;
    background: url(titbg.png) repeat-x left center;
    width: 545px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left
  }
  
  .specialScroll-left .bd ul li .title a {
    color: #FFFFFF;
  }
  
  .special .col {
    width: 100%;
    background: none
  }
  
  /*专题专栏*/
  .informationtwo .informationshow, .informationshow {
    padding: 0;
    overflow: hidden;
    height: auto;
    width: 100%
  }
  
  .informationtwo .informationleft, .informationleft {
    width: 100%;
    height: auto;
    float: none;
    padding-right: 0;
    background: none
  }
  
  .informationleft .tablist {
    width: auto;
    height: 36px;
    margin: 0 16px;
  }
  
  .informationleft .tablist li.on a {
    color: #0051a7;
    font-weight: bold;
    line-height: 36px
  }
  
  .informationtwo .informationleft .tabtop {
    width: 100%;
    border-bottom: none;
    height: 36px;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px
  }
  
  .informationleft .tablist li a {
    line-height: 36px
  }
  
  .informationleft .tablist li {
    margin: 0;
    width: auto;
    padding: 0 14px;
    text-align: center;
    float: left;
    background: url(informationline.png) no-repeat left center
  }
  
  .informationleft .tablist li:first-child {
    padding-left: 0;
  }
  
  .informationleft .showlist {
    padding-top: 0
  }
  
  .informationright {
    width: 100%;
    height: auto;
    float: none;
    padding-bottom: 24px;;
  }
  
  .informationright .col {
    border-bottom: none;
    line-height: 66px
  }
  
  .informationtwo .informationleft .tablist li {
    height: 36px;
  }
  
  .informationtwo .informationleft .tablist li a, .informationtwo .informationleft .tablist li.on a {
    color: #FFFFFF;
    border: none;
    line-height: 36px;
    font-size: 15px;
    width: 100px;
  }
  
  /*信息公开左侧*/
  .disclosure {
    overflow: hidden;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px
  }
  
  .disclosurelist {
    overflow: hidden;
  }
  
  .disclosurelist li {
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    padding-right: 3px;
    border-bottom: #E4E4E4 1px solid;
    border-top: none;
    background: url(disclosuremore.png) no-repeat right center;
    background-size: 7px auto;
    box-sizing: border-box;
    width: 42.5vw;
    float: left;
  }
  
  .disclosurelist li:first-child {
    border-bottom: #E4E4E4 1px solid;
  }
  
  .disclosurelist li a {
    font-size: 15px;
    color: #333333;
    vertical-align: middle;
    display: block
  }
  
  .disclosurelist li img {
    vertical-align: middle;
    margin-right: 16px;
    width: 16px;
    height: auto
  }
  
  .informationleft .showlist li, .informationtwo .informationleft .showlist li {
    background-position: 16px 13px
  }
  
  /*信息公开专栏*/
  .mainbtm {
    overflow: hidden;
    background: none
  }
  
  .btmleft, .btmright {
    width: 100%;
    height: auto;
    float: none;
    background: #FFFFFF
  }
  
  .leftshow {
    padding: 0 16px;
  }
  
  .leftlist {
    overflow: hidden;
    margin-top: 11px;
  }
  
  .leftlist li {
    width: 100%;
    height: 40px;
    padding-left: 11px;
    border: #C6CFD4 1px solid;
    background: #F8FCFF;
    vertical-align: middle;
    margin-bottom: 16px;
    overflow: hidden;
    box-sizing: border-box
  }
  
  .leftlist li a {
    line-height: 40px;
    font-size: 15px;
  }
  
  .leftlist li img {
    vertical-align: middle;
    margin-right: 13px
  }
  
  
  /*办事服务*/
  .btmright {
    margin-top: 11px
  }
  
  .public {
    width: 100%;
    margin-top: 10px;
  }
  
  .public-item {
    width: calc(50% - 1px);
    height: 110px;
  }
  
  .public-item a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .public-item img {
    top: unset;
    margin-right: 8px;
  }
  
  
  /*公众参与*/
  .linkbg {
    margin-top: 11px;
    padding: 15px;
  }
  
  
  .link {
    height: auto;
  }
  
  .link p {
    font-size: 19px;
  }
  
  .linklist {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  
  .linklist li {
    width: 65vw;
    margin-top: 15px;
  }
  
  .linklist li:first-child {
    margin-top: 0;
  }
  
  .linklist li.select > a {
    width: 97%;
  }
  
  .hover-content {
    width: 100%;
    z-index: 1000;
  }
  
  /*相关链接*/
  
  .informationtwo .col {
    padding-top: 0;
  }
  
  .picScroll-left .bd ul li .pic {
    width: 100%;
  }
  
  #toptab .tablist li {
    margin-left: 0;
  }
  
  
  #informationleft2 .tablist li a {
    padding: 0 20px;
  }


  .flyWindow {
    display: none;
  }

  .adv-container {
    display: none;
  }

}
